Learn R Programming

DDPM (version 0.1.0)

London underground station: The data show the observed number of females in 100 queues of length 10 in a London underground station

Description

The function gives the observed number of females in 100 queues.

Usage

data_queue

Value

data_queue gives the observed number of females in 100 queues.

Arguments

data_queue

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the observed number of females in 100 queues of length 10 in a London underground station. They were used by Conigliani et al. (2000) and fitted by the zero-inflated models.

References

Conigliani, C., Castro, J. I., & O'Hagan, A. (2000). Bayesian assessment of goodness of fit against nonparametric alternatives. Canadian Journal of Statistics, 28(2), 327-342.

See Also

data_hurricanes

Examples

Run this code
x<-data_queue
summary(x)
table (x)

Run the code above in your browser using DataLab